1. /* sfmstlng.cpp by K.Tsuru */
  2. // function ID = 705 DRADIX
  3. /**********************************
  4. SFraction class
  5. It sets a value by two long values.
  6. ***********************************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. void SFraction::SetLong(long n, long d){
  11. num.SetLong(n); den.SetLong(d);
  12. reduceDone = false; DenCheck();
  13. }

sfmstlng.cpp : last modifiled at 2015/12/05 20:06:45(348 bytes)
created at 2015/12/22 16:07:29
The creation time of this html file is 2016/09/13 19:56:38 (Tue Sep 13 19:56:38 2016).